Title Text

Draw a box in the white space below! Event handlers will find the location of the box and draw it on the screen.



Features/Logic:
  • Utilizes mousedown, mousemove, and mouseup events along with event properties to draw the boxes.
  • Various conditional statements are included to properly trigger the event handlers based on mouse location.